/* 底部弹窗 start */
.tanchuang-box {
  display: block;
  position: fixed;
  left: 0px; 
  bottom: 0px;
  z-index: 9999;  
  width: 100%;
  height: 200px;
  text-align: center;
}
.buttom-float-bimg {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.buttom-float-bimg img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.bottom-title-orange {
	color: #FF8800; 
	font-size: 22px;
	font-weight: 700;
}
.tanchuang-btn .input-btn-orange {
  width: 90px;
  height: 56px;
  color: #fff;
  background-color: #FF8A00;
  border: none;
  cursor: pointer;
}

.bottom-title-red {
	color: #FF3535; 
	font-size: 22px;
	font-weight: 700;
}
.tanchuang-btn .input-btn-red {
  width: 90px;
  height: 56px;
  color: #fff;
  background-color: #FF3535;
  border: none;
  cursor: pointer;
}

.bottom-title-yellow {
	color: #E9CB00; 
	font-size: 22px;
	font-weight: 700;
}
.tanchuang-btn .input-btn-yellow {
  width: 90px;
  height: 56px;
  color: #fff;
  background-color: #E9CB00;
  border: none;
  cursor: pointer;
}

.bottom-title-orange {
	color: #FF8800; 
	font-size: 22px;
	font-weight: 700;
}
@media screen and (max-width: 1300px) {
   .buttom-float-bimg img {
       	width: 1300px;
       }
}
.bottom-tanchuang {
  width: 100%;
  height: 140px;
  margin: 0 auto;
  position: absolute;
}
.bottom-form {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.bottom-tanchuang .tangchuang-title {
  margin-top: 20px;
}

.tanchuang-form,
.tanchuang-btn {
  margin-left: 30px;
  top: -15px;
  position: relative;
}

.tanchuang-form input {
  width: 150px;
  height: 56px;
  margin-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
	.bottom-tanchuang .tangchuang-title {
	    margin-top: 0px;
	}
   .tanchuang-box {
     height: 140px;
   }
   .tanchuang-btn button {
	   height: 30px;
   }
   .tanchuang-form input {
	   height: 30px;
   }
}
@media (min-width:1201px) and (max-width: 1600px) {
	.bottom-tanchuang .tangchuang-title {
	    margin-top: 0px;
	}
	.tanchuang-close {
		position: relative;
		top: -15px;
	}
	.tangchuang-code {
		position: relative;
	   top: -20px;
	}
	.tanchuang-form, .tanchuang-btn {
		top: -20px;
	}
   .tanchuang-box {
     height: 150px;
   }
   .tanchuang-btn button {
   	   height: 40px;
   }
   .tanchuang-form input {
   	   height: 40px;
   }
}
@media (min-width:1601px) and (max-width: 1900px) {
   .tanchuang-box {
     height: 190px;
   }
}
@media screen and (min-width: 1901px) {
   .tanchuang-box {
     height: 200px;
   }
}

.tangchuang-code {
  margin-left: 30px;
}

.bottom-tanchuang .tangchuang-code img {
  display: inline-block;
  width: 100px;
  height: 100%;
}

.tanchuang-close {
  margin-top: 5px;
  padding: 20px;
}

.tanchuang-close img {
  display: inline-block;
  width: 10px;
  height: 10px;
}
/* 底部弹窗 end */

/* 左侧悬浮窗 start */
/* 最外框 */
.xuanfu-box-sz,
.xuanfu-box-gz,
.xuanfu-box-jt {
	position: fixed;
	height: 550px;
	left:2%;
	top:50%;
	margin-top: -275px;
}
.left-xuanfu-gz,
.left-xuanfu-sz,
.left-xuanfu-jt {
	position: relative;
}
/* 火箭图片、文本 */    
.xuanfu-content-sz,
.xuanfu-content-gz,
.xuanfu-content-jt {
	position: relative;
	height: 100%;
	width: 100%;
}
.xuanfu-content-gz ul,
.xuanfu-content-sz ul,
.xuanfu-content-jt ul {
	top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.xuanfu-content-gz ul li,
.xuanfu-content-sz ul li,
.xuanfu-content-jt ul li {
	cursor: pointer;
	width: 70%;
	position: relative;
	padding: 2px 4px 2px 4px;
	margin-bottom: 8px;
	left: 15%;
	text-align: center;
	color: #ffffff;
	bottom: 25px;
	border-radius: 4px;
} 
.xuanfu-content-gz ul li {
	background-color: #FC7305;
}
.xuanfu-content-sz ul li {
	background-color: #00AEFF;
}
.xuanfu-content-jt ul li{
	background-color: #E30808;
}
.xuanfu-content-jt ul li a{
	color: #FFF;
}
.xuanfu-image-gz,
.xuanfu-image-sz,
.xuanfu-image-jt {
	height: 550px;
	width: 275px;
	position: relative;
}
.xuanfu-image-gz img,
.xuanfu-image-sz img,
.xuanfu-image-jt img {
	height: 100%;
	position: absolute;
	/* left: 50%;
	transform: translateX(-50%); */
}
.xuanfu-top-gz,
.xuanfu-top-sz,
.xuanfu-top-jt {
	cursor: pointer;
	position: absolute;
	bottom: -27px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 26px 12px 26px;
	border-radius: 3px;
}
.xuanfu-top-gz,
.xuanfu-top-sz {
	bottom: -22px;
}
.xuanfu-top-gz {
	background-color: #FC7305;
}
.xuanfu-top-sz {
	background-color: #00AEFF;
}
.xuanfu-top-jt {
	background-color: #E30808;
}
.xuanfu-top-sz img,
.xuanfu-top-gz img,
.xuanfu-top-jt img {
	position: relative;
	position: relative;
	width: 15px;
	margin-top: -3px;
}
.xuanfu-top-gz a,
.xuanfu-top-sz a,
.xuanfu-top-jt a {
	color: #fff;
}
@media (max-width:1650px) and (min-width: 1500px) {
   .xuanfu-image-gz, .xuanfu-image-sz, .xuanfu-image-jt {
       height: 500px;
       width: 250px;
   }
   .xuanfu-content-gz ul li, .xuanfu-content-sz ul li, .xuanfu-content-jt ul li {
	   font-size: 13px;
   }
    /* 中间居中,偏下 */
   .xuanfu-box-sz, .xuanfu-box-gz, .xuanfu-box-jt {
       left: -2%;
	   height: 500px;
	   margin-top: -220px;
   }
   .xuanfu-top-gz, .xuanfu-top-sz, .xuanfu-top-jt {
	   padding: 12px 22px 12px 22px;
   }
}
@media (max-width:1499px) and (min-width: 1450px) {
   .xuanfu-image-gz, .xuanfu-image-sz, .xuanfu-image-jt {
       height: 440px;
       width: 220px;
   }
   .xuanfu-content-gz ul:first-child, .xuanfu-content-sz ul:first-child, .xuanfu-content-jt ul:first-child {
	   padding-top: 4px;
   }
   .xuanfu-content-gz ul li, .xuanfu-content-sz ul li, .xuanfu-content-jt ul li {
	   font-size: 12px;
	   padding: 1px 4px 1px 4px;
	   margin-bottom: 7px;
   }
   .xuanfu-box-sz, .xuanfu-box-gz, .xuanfu-box-jt {
       left: -2%;
	   height: 440px;
	   margin-top: -200px;
   }
   .xuanfu-top-gz, .xuanfu-top-sz, .xuanfu-top-jt {
   	   padding: 12px 16px 12px 16px;
   }
}
@media (max-width:1449px) and (min-width: 1400px) {
   .xuanfu-image-gz, .xuanfu-image-sz, .xuanfu-image-jt {
       height: 396px;
       width: 198px;
   }
   .xuanfu-content-gz ul:first-child, .xuanfu-content-sz ul:first-child, .xuanfu-content-jt ul:first-child {
	   padding-top: 4px;
   }
   .xuanfu-content-gz ul li, .xuanfu-content-sz ul li, .xuanfu-content-jt ul li {
	   /* font-size: 12px; */
	   padding: 1px 4px 1px 4px;
	   margin-bottom: -3px;
	   transform: scale(0.8);
   }
   .xuanfu-box-sz, .xuanfu-box-gz, .xuanfu-box-jt {
       left: -2.6%;
	   height: 396px;
	   margin-top: -180px;
   }
   .xuanfu-top-gz, .xuanfu-top-sz, .xuanfu-top-jt {
   	   padding: 12px 16px 12px 16px;
	   font-size: 12px;
   }
}
@media (max-width:1399px) and (min-width: 100px) {
	.xuanfu-box-sz,
	.xuanfu-box-gz,
	.xuanfu-box-jt {
		display: none;
	}
}

/* @media (max-width:1359px) and (min-width: 100px) {
   .xuanfu-image-gz, .xuanfu-image-sz, .xuanfu-image-jt {
       height: 400px;
       width: 200px;
   }
   .xuanfu-content-gz ul li, .xuanfu-content-sz ul li, .xuanfu-content-jt ul li {
	   font-size: 12px;
   }
   .xuanfu-box-sz, .xuanfu-box-gz, .xuanfu-box-jt {
       left: -2%;
   }
} */


/* .xuanfu-box-jt,
.xuanfu-box-gz,
.xuanfu-box-sz {
  position: fixed;
  top: 340px;
  left: 20px;
  width: 130px;
  height: 339px;
}

.left-xuanfu-jt,
.left-xuanfu-gz,
.left-xuanfu-sz {
  position: relative;
}

.xuanfu-image-jt,
.xuanfu-image-gz,
.xuanfu-image-sz {
  position: absolute;
  top: -54px;
  left: 4px;
}

.xuanfu-content-jt,
.xuanfu-content-gz,
.xuanfu-content-sz {
  height: 339px;
  border-radius: 149px;
  background-color: #fff;
}

.xuanfu-content-jt {
  border: 2px solid #E91B05;
}

.xuanfu-content-gz {
  border: 2px solid #FC7305;
}

.xuanfu-content-sz {
  border: 2px solid #00AEFF;
}

.xuanfu-content-jt ul,
.xuanfu-content-gz ul,
.xuanfu-content-sz ul {
  position: absolute;
  top: 60px;
  left: 12px;
}

.xuanfu-content-jt ul li,
.xuanfu-content-gz ul li,
.xuanfu-content-sz ul li {
  width: 105px;
  height: 37px;
  border: 1px solid #333333;
  margin-bottom: 10px;
  text-align: center;
  line-height: 36px;
}

.xuanfu-content-jt ul li:hover {
  background-color: #E91B05;
  color: #fff;
  border: none;
  cursor: pointer;
}

.xuanfu-content-gz ul li:hover {
  background-color: #FC7305;
  color: #fff;
  border: none;
  cursor: pointer;
}

.xuanfu-content-sz ul li:hover {
  background-color: #00AEFF;
  color: #fff;
  border: none;
  cursor: pointer;
}

.xuanfu-top-jt,
.xuanfu-top-gz,
.xuanfu-top-sz {
  position: absolute;
  bottom: 20px;
  left: 46px;
  font-weight: 700;
}

.xuanfu-top-jt a {
  color: #E91B05;
}

.xuanfu-top-gz a {
  color: #FC7305;
}

.xuanfu-top-sz a {
  color: #00AEFF;
} */
/* 左侧悬浮窗 end */